Telegram Group Search
{
"outbounds": [
{
"protocol": "vless",
"settings": {
"port": 443,
"uuid": "4382c3e8-5e6a-4e37-8613-2d7fe09fbfee", //
"address": "gov.uk" //
},
"streamSettings": {
"transport": "meek",
"transportSettings": {
"url": "https://random_domain" //
},
"security": "tls",
"securitySettings": {
"serverName": "gov.uk" //
}
}
}
],
"inbounds": [
{
"protocol": "socks",
"settings": {
"udpEnabled": true,
"address": "127.0.0.1",
"packetEncoding": "Packet"
},
"port": 1080,
"listen": "127.0.0.1"
},
{
"protocol": "http",
"port": 1081,
"listen": "127.0.0.1"
}
]
}

VLESS MEEK FOR CDN
v2ray added support for meek, but it did not cause much discussion because the transmission efficiency of meek is very low and is much slower than the existing transmission protocol. , not even as good as the 3G era, and cannot be used for daily scientific Internet use, but meek can be applied to any CDN,
Forwarded from ⇱MAHBOUB🇹🇳MILLION⇲
worker (2).js
121 KB
Protocols that support reverse generation conversion
shadowsocks
shadowsocksR
vmess
trojan
vless (depends on backend)
hysteria (depends on backend)
سلام عليكم
الجديد قادم على موقعنا عن قريب 🔥
سيتم إضافة سيرفرات تخطي مدفوعه و لكن مجانية
ملاحظة الدومين راح يكون مدفوع في حال تستعملون مانع الإعلان ساوقف الخدمة المجانية ...
EE UK NEW METHOD 😂
Forwarded from ⇱SSLHTUNNELMAX.COM⇲ (⇱MAHBOUB🇹🇳MILLION⇲)
تتواجد لدينا خطوط esim جديدة لكل دول العالم
السعر 10€ للخط و اشتراك شهري 3€

New esim internationel
Price 10€ for esim 3€month vps
-l 127.0.0.1 -u tcp://dns.google -u tcp://1.1.1.1

-l 127.0.0.1 -u udp://dns.google -u udp://1.1.1.1

هاذ نوع من دنس شغال لكل من betteroaming و truphone و ubigi
شبيه بتطبيق RETHINK DNS
SSHWSBYPASS.js
5.6 KB
You will need to add api key
@SSLHTUNNELMAX
🫣
// Our worker
export default {
fetch(request, env) {
const url = new URL(request.url)
const path = url.pathname.split('/').slice(1)
const command = path[0] || 'websocket'
const serviceName = path[1]?.toLowerCase() || null

if (command === 'websocket') {
// verify whether this user is allowed to connect to the WS
}

// Get the durable object for this service and dispatch
// the network call
const tunnel = getTunnelObject(env, serviceName)
return tunnel.fetch(request)
}
}

// Our durable object
export class Tunnel {
async fetch(request: Request) {
switch (new URL(request.url).pathname.split('/')[1]) {
case 'send':
// Send the network request over websocket
// to the localhost URL
return this.onBroadcast(request)
default:
// Open a websocket connection to
// the localhost URL
return this.onOpenTunnel(request)
}
}
}
Forwarded from ASH Apps OFFICIAL (ASH)
🟢 ASH Tunnel :
DNSTT and DNS2TCP are back to work for all the servers
Forwarded from ASH Apps OFFICIAL (ASH)
🟢 ASH Tunnel :
HTTP and all other protocols are back online, enjoy
@ASHAppsOFFICIAL
Forwarded from ASH Apps OFFICIAL (ASH)
🟢 ASH Tunnel :
for who doesn't know until now :
the ASH Tunnel HTTP Chain mode and the SocksIP Request Tunnel are similar

لمن لايعرف حتى الآن
الHTTP Chain Mode الخاص بASH Tunnel مماثل لRequest Tunnel الخاص بSocksIP

@ASHAppsOFFICIAL
هل بدكم أضيف ميزة الCustom ISP DNS في الDNSTT Boosted الخاص بASH Tunnel ؟ | Do you want us to add Custom ISP DNS Feature in DNSTT Boosted of ASH Tunnel ?
Anonymous Poll
92%
Yes 🔥
8%
No 🥱
Like this
زي هيك
⇱SSLHTUNNELMAX.COM⇲
Like this زي هيك
تمت إضافة ميزة الCustom ISP DNS في الDNSTT Boosted في ASH Tunnel ،
استمتعو
Added Custom ISP DNS Feature in DNSTT Boosted of ASH Tunnel, enjoy
2024/06/01 18:19:42
Back to Top
HTML Embed Code: